From 43bf430f2135c35595bc05244630470d469de55b Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 3 Dec 2011 18:52:35 -0500 Subject: [PATCH] bloatpad: add proper sections to the menus --- examples/bloatpad.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/examples/bloatpad.c b/examples/bloatpad.c index 8cd41c1e56..93b9b6c736 100644 --- a/examples/bloatpad.c +++ b/examples/bloatpad.c @@ -191,16 +191,24 @@ bloat_pad_startup (GApplication *application) gtk_builder_add_from_string (builder, "" " " - " " - " " + "
" + " " + "
" + "
" + " " + "
" "
" " " " " - " " - " " + "
" + " " + " " + "
" "
" " " - " " + "
" + " " + "
" "
" "
" "
", -1, NULL); -- 2.30.2